home *** CD-ROM | disk | FTP | other *** search
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
- <DefaultClrNameSpace>ColorSwatch</DefaultClrNameSpace>
- <AssemblyName>ColorSwatch</AssemblyName>
- <OutputPath>bin\$(Configuration)\</OutputPath>
- <ApplicationVersion>1.0.0.*</ApplicationVersion>
- <ApplicationRevision>0</ApplicationRevision>
- <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
- <OutputType>WinExe</OutputType>
- <RootNamespace>ColorSwatch</RootNamespace>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ProjectGuid>{07C794C6-6B3F-4C82-B7F7-8F30D2FCDA10}</ProjectGuid>
- <Win32Resource>Resources.res</Win32Resource>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
- <ItemGroup>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <ApplicationDefinition Include="App.xaml" />
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="DelegateCommand.cs" />
- <Compile Include="Room.xaml.cs">
- <DependentUpon>Room.xaml</DependentUpon>
- </Compile>
- <Compile Include="Swatch.xaml.cs">
- <DependentUpon>Swatch.xaml</DependentUpon>
- </Compile>
- <Compile Include="Window1.xaml.cs">
- <DependentUpon>Window1.xaml</DependentUpon>
- </Compile>
- <Page Include="Room.xaml" />
- <Page Include="Swatch.xaml" />
- <Page Include="Window1.xaml" />
- <Resource Include="Assets\blend.png" />
- <Resource Include="Assets\mask.png" />
- <Resource Include="Assets\splash.png" />
- <Resource Include="Assets\tree.png" />
- <Resource Include="Data\colors_bathtub.xml" />
- <Resource Include="Data\colors_floor.xml" />
- <Resource Include="Data\colors_frame.xml" />
- <Resource Include="Data\colors_towel.xml" />
- <Resource Include="Data\colors_walls.xml" />
- </ItemGroup>
- </Project>